home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / psl_news / psl_news.7 < prev    next >
Text File  |  1993-11-02  |  12KB  |  279 lines

  1. =====Programming
  2.  
  3. NOTE: See the PRGMMING directory on this month's CD-ROM for a complete
  4.       collection of all the programming routines, utilities, etc., from
  5.       the Programming section of PsL's disk-based library.
  6.  
  7. Contents:
  8.  
  9. -----Assembler
  10. -----BASIC, QuickBASIC
  11. -----`C': Small Routines and Tools
  12. -----`C': Large Libraries, Utils.
  13. -----Pascal: Small Subroutines
  14. -----Pascal: Large Libraries, Utils.
  15. -----General Programming Tools & Info.
  16.  
  17.  
  18. -----Assembler
  19.  
  20. ASM32 0.9. [ASM32] (Douglas Herr, reg. fee: $25-50) is a library of
  21. assembly-language subroutines designed for use with the START32 DOS
  22. extender/startup code.
  23.  
  24.  
  25. ---Updates: Assembler
  26.  
  27. (PG-02) XLIB 2.0 [XLIB20] (Dr. David Pyles, reg. fee: $45) is an assembly
  28. language library which can greatly simplify protected-mode programming.
  29. NEW: better interrupt management services, greater configurability and
  30. updated documentation.
  31.  
  32.  
  33. -----BASIC, QuickBASIC
  34.  
  35. BAScrn 1.0 [BASCRN] (Eric Jarrett, reg. fee: $8) is a screen designing
  36. utility. It allows you to easily create text-based screens which can be
  37. saved and used in QuickBasic, QBASIC or PDS programs.
  38.  
  39. HiLite 1.0 [HILITE] (Dave Wright, reg. fee: $0) is a Quick Basic subroutine
  40. for highlighting selected text. This is useful for menuing systems, pick
  41. lists and various other tasks when programing in QB.
  42.  
  43. JDate 1.0 [JDATE] (Sidney J. Kelly, reg. fee: $0) is a set of BASIC
  44. routines that allow you to manipulate dates as long integers. The routines
  45. also show you how to accept input and display output without using floating
  46. point numbers.
  47.  
  48. Monitor [MON2] (reg. fee: $0) is a function for QB4.5 and PDS 7.1 for
  49. determining the type of video in a system.
  50.  
  51. Show16 [SHOW16] (PC StartUps, reg. fee: $10-20) is a demo/advertisement for
  52. an object library that allows PDS programs to display 640x480x16 color PCX
  53. format images using SCREEN 12.
  54.  
  55. WhichCPU 1.0 [WHICHC] (reg. fee: $0) is an assembler routine for PDS 7.1
  56. which tells you what type of CPU is in a machine.
  57.  
  58.  
  59. ---Updates: BASIC, QuickBASIC
  60.  
  61. (PG-03) Show256 [SHOW256] (PC StartUps, reg. fee: $10,20) is a demo/ad for
  62. a library for displaying 256-color PCX files in PDS programs.
  63.  
  64.  
  65. -----`C': Small Routines and Tools
  66.  
  67. AwkLib 1.0 [AWKLIB] (Jim Mischel, reg. fee: $0) C source code for a set of
  68. AWK-like regular expression matching routines.
  69.  
  70. Killer Date Class 4.7 [DATECLS] (Ly Ming Tri, reg. fee: $0) is a
  71. full-function date class for C. NEW: fixes the pre/post-fix operators.
  72.  
  73. Fuzzy Cognitive Map [FCM2] (Josef Betancourt, reg. fee: $0) is a simple
  74. implementation of the Fuzzy Cognitive Map example found in the texts Neural
  75. Networks and Fuzzy Systems, Fuzzy Thinking (by Kosko)and Fuzzy Logic (by
  76. McNeill D.)
  77.  
  78. ForAll [FORALL] (Ron Aaronson, reg. fee: $0) lets you execute a command on
  79. multiple files. C source code is included.
  80.  
  81. Go Source Code 1.0 [GOGAME] (Colin Walker, reg. fee: $0) is the Turbo C
  82. source code for the game of Go.
  83.  
  84. IniFile [INIFIL] (George Byrkit, reg. fee: $0) is an INI file function set
  85. for C programs for DOS. This implements the GetProfileString,
  86. GetProfileInt, WriteProfileString, GetPrivateProfileString,
  87. GetPrivateProfileInt and WritePrivateProfileString.
  88.  
  89. Matv 1.0 [MATV] (Mark Von Tress, reg. fee: $5) is a simple matrix class. It
  90. includes  IO, binary operations, inversion, unary operations, and several
  91. patterned matrices. It is small and portable.
  92.  
  93. The Object Engine 2.0 [OBJENG] (Dr. Mark Brittingham, reg. fee: $25) is a
  94. C++ class library that provides a significantly easier interface to the
  95. Paradox Engine functions. (Also see Paradox Class Libraries on PsL disk #2179.)
  96.  
  97. Password [PASSWORD] (Anon., reg. fee: $0) is a simple class for entering
  98. passwords in TurboVision. Passwords can be stored to disk. New passwords
  99. can be defined.
  100.  
  101. Pause 1.0 [PAUSE] (Bill Gatliff, reg. fee: $0) is a C routine to provide a
  102. delay that is safer to use than delay() when serial-port interrupts are
  103. possible.
  104.  
  105. Raster Utilities #3 [RU03] (Blueview Software, reg. fee: $20) is a set of
  106. programming tools. It includes a screen clipping utility, a
  107. binary-to-source code converter, and a utility for  converting PCX/BMP
  108. files to a format usable by putimage. You can build resource file and run
  109. scripts to create graphics.
  110.  
  111. Save 1.0 [SAVE] (Sagner Software & Systems, reg. fee: $0) is a C++ class
  112. that will make updating program versions easier.
  113.  
  114. ScrollDialog [SCRLDLG] (Patrick Reilly, reg. fee: $0) shows how to create a
  115. scrollable dialog.
  116.  
  117.  
  118. User Defined Iostream Manipulator Templates 1.0 [UIOMANIP] (Sam Edge, reg.
  119. fee: $0) contains C++ source code that provides template classes to create
  120. iostream manipulators that take one or two arguments of any type. It also
  121. explains how to extend this to arbitrary numbers of arguments.
  122.  
  123.  
  124. ---Updates: `C': Small Routines and Tools
  125.  
  126. (PG-04) LZW Data Compression Library for C 1.3 [LZWC13] (MarshallSoft
  127. Computing, Inc., reg. fee: $38) is a data compression library for C
  128. programmers which uses the LZW algorithm as published in research papers by
  129. Lempel, Ziv, and Welch. Supports Borland Turbo C, Microsoft C, and MIX Power C.
  130.  
  131. (PG-04) C++ Wheaton Libraries [WLIB] (Paul Wheaton, reg. fee: $0) is a C++
  132. library for developing faster, smaller programs in less time..
  133.  
  134. (PG-04) Wheaton C\C++ Source Parser [WPARSE] (Paul Wheaton, reg. fee:
  135. $25-50) is a .OBJ file parser for C programmers.
  136.  
  137.  
  138. -----`C': Large Libraries, Utils.
  139.  
  140. Fixed-Order B-Tree Source Coce 1.1 [FTREE] (Bryan Flamig, reg. fee: $20) is
  141. source code in C++ for implementing disk-based B-trees, based on Chapter 14
  142. of the book "Practical Data Structures in C++", by Bryan Flamig, (John
  143. Wiley & Sons, ISBN 0-471-55863-X).
  144.  
  145. Hercules 1.1 [HERCULES] (Geoff Friesen, reg. fee: $10) is a C library for
  146. accessing and controlling Hercules compatible graphics cards.
  147.  
  148. Pictor Text Mode Video Library for C 1.01 [PICTOR] (SoftCircuits
  149. Programming, reg. fee: $52) is a video library for text-mode applications
  150. written in MSC 7.0 or Borland C 3.0. It features complete pulldown menu
  151. system, interrupt-driven serial communications routines and more.
  152.  
  153. Proxy 1.12 [PROXY] (Burt Leavenworth, reg. fee: $25) is an interpreter
  154. which uses a syntax similar to C. It uses data structures such as sets,
  155. maps, sequences, and objects. You can make incremental changes and test
  156. them immediately.
  157.  
  158. Object Coupling Wizards 1.0 [WIZTOO] (Rob Buck, reg. fee: $0) is a set of
  159. code generators which create central objects for coupling clients, servers,
  160. producers and consumers.
  161.  
  162. Wheaton Windows 1.0 [WW] (Paul Wheaton, reg. fee: $0) is a clean user
  163. interface for text mode. It handles two video devices and includes about a
  164. dozen types of menus including menus for users to shift the order of their
  165. selections or to make selections
  166.  
  167.  
  168. ---Updates: `C': Large Libraries, Utils.
  169.  
  170. (PG-4A) CEnvi 1.003 [CENV1003] (Brent Noorda, reg. fee: $38) is a simple
  171. interpreter that uses C syntax.
  172.  
  173. (PG-4a) LumiNet 1.5 [LUMINET] (Patrick Todd, ASP; reg. fee: $55) is a
  174. collection of functions that can be used by C or Clipper developers to
  175. create documents WordPerfect 5.1 page layup, fonts and text formatting and
  176. which can be accessed from any C or Clipper program.
  177.  
  178.  
  179. -----Pascal: Small Subroutines
  180.  
  181. LastLook 1.02 [LASTLOOK] (D.J. Murdoch, reg. fee: $0-$20) scans Turbo
  182. Pascal .EXE files and reports if the file was compiled in Turbo/Borland
  183. Pascal, if it's a regular DOS executable, if it includes external debugging
  184. information with the EXE, if it contains TurboVision-style resource files
  185. and more.
  186.  
  187. Omenu 1.0 [OMENU] (John J. Faubion, reg. fee: $0) is a GUI dropdown menu
  188. system for Borland Pascal 7.0.
  189.  
  190. Parser 1.1 [PARSE11] (Ron Loewy, reg. fee: $15) is a recursive decent
  191. expression parser unit for Turbo Pascal. Parser supports 10 general purpose
  192. variables in formulas.
  193.  
  194. SortKit 1.1 [SRTKIT11] (Ron Loewy, reg. fee: $25) is a TP6 OOPS sort
  195. library that includes internal and external sorting.
  196.  
  197.  
  198. ---Updates: Pascal: Small Subroutines
  199.  
  200. (PG-06) LZW Data Compression Library for Pascal 1.3 [LZWP13] (MarshallSoft
  201. Computing, Inc., reg. fee: $38) is a data com